CONTENTS: apache bind dip netpipes       
apache:   Apache WWW server v 1.2.6
apache:
apache:   Apache is an HTTP server designed as a plug-in replacement for the
apache:   NCSA HTTP server.  It fixes numerous bugs in the NCSA server and 
apache:   includes many frequently requested new features, and has an API which
apache:   allows it to be extended to meet users' needs more easily.
apache:
apache:
apache:
apache:
apache:
bind:     BIND-8.1.2-REL.
bind:
bind:     The named daemon and support utilities such as dig, dnsquery, host,
bind:     nslookup, nsquery, and nstest.  Documentation on setting up a name
bind:     server can be found in /usr/doc/bind-8.1.2-REL/.
bind:
bind:
bind:
bind:
bind:
bind:
dip:      DIP - dialup IP connection handler 3.3.7o
dip:
dip:      Uri Blumenthal's version of Fred N. van Kempen's DIP utility. DIP 
dip:      handles the connections needed for dialup IP links, like SLIP or
dip:      CSLIP.  It can handle both incoming and outgoing connections, using
dip:      password security for incoming connections.  
dip:
dip:
dip:
dip:
dip:
netpipes: netpipes 3.1
netpipes:
netpipes: Robert Forsman's netpipes package makes TCP/IP streams usable in shell
netpipes: scripts.  It can also simplify client/server code by allowing the 
netpipes: programmer to skip all the tedious programming bits related to sockets
netpipes: and concentrate on writing a filter/service.  Here's an example of
netpipes: what you can do with 'faucet' and 'hose', two netpipes commands:
netpipes: 
netpipes: server$ faucet 3000 -out tar cf - .
netpipes: client$ hose server 3000 -in tar xvf -
netpipes:
